vcTransportPatternInStatement
Sequentially transports products into a regular grid pattern and waits until they have arrived.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Filter | vcProductFilter | R | Gets the filter. |
| Offset | vcMatrix | RW | Gets or sets the offset of the first product position from product position frame. |
| PatternCount | vcVector | RW | Gets or sets a pattern count valuecontaining number of pattern slots per X,Y,Z axis.See moreThe Real values of the vector are rounded to nearest Integer values. Each dimension should in inclusive range 0 to 1289. |
| PatternStep | vcVector | RW | Gets or sets a step between products in pattern per X,Y,Z axis. |
| PatternTotalCount | Integer | R | Gets the total count of patterns. |
| ProductPositionFrame | vcFrameFeature | RW | Gets or sets the position and orientation where the product instance should be placed. Must be from the same component. |
| ProductVariableName | String | RW | Gets or sets the name of output variable where to store the transported product(s) |
| ReservedProductVariableName | String | RW | Gets or sets the name of a variable containing products already reserved using Reserve Product statement. If defined, the statement will transport in those specific products. |
| ResourcePositionFrame | vcFrameFeature | RW | Gets or sets a position hint where a transport resource should be when placing the product. Must be from the same component. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| demoteFromCombinationFilter | vcProductFilter | None | Downgrades back to filter, filter count must have 1 or 0 filters.See moreReturns: vcProductFilter: The modified filter. Exceptions: TypeError: When the filter is not a CombinationFilter. TypeError: When CombinationFilter has more than 1 sub-filters. |
| promoteToCombinationFilter | vcProductFilter | None | Upgrades current filter to combination filter.See moreReturns: vcProductFilter: The modified filter. Exceptions: TypeError: When the filter is already a CombinationFilter. |
| replaceFrom | vcProductFilter | vcStatement statement | Sets filter from other container.See moreParameters: statement (vcStatement): The statement to replace the filter from. Has to be a statement with a filter container. Returns: vcProductFilter: The modified filter. Exceptions: AttributeError: When argument is a statement without a filter container. |
| setFilter | vcProductFilter | vcProductFilterType filterType | Sets to specific filter.See moreParameters: filterType (vcProductFilterType): The type of filter to set to. Returns: vcProductFilter: The new filter. Exceptions: AttributeError: When the argument filterType is ProductType. |
Events
Learn how to use events here. The events are also inherited from the parent class.
| Name | Parameters | Description |
| OnFilterChanged | None | Triggered when filter is changed. |